object frmChooseAlbum: TfrmChooseAlbum Left = 219 Top = 108 BorderStyle = bsDialog Caption = 'Choose Album' ClientHeight = 90 ClientWidth = 258 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 258 90) PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 12 Top = 12 Width = 182 Height = 13 Caption = 'Please, choose desired album from list:' end object ComboBox1: TComboBox Left = 12 Top = 32 Width = 237 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object Button3: TButton Left = 97 Top = 65 Width = 75 Height = 21 Anchors = [akRight, akBottom] Caption = '&Ok' Default = True ModalResult = 1 TabOrder = 1 end object Button4: TButton Left = 175 Top = 65 Width = 75 Height = 21 Anchors = [akRight, akBottom] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end end